using another framework

Sysprogs forums Forums VisualGDB using another framework

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9583
    dydrax
    Participant

    Hi i want to use PowerVR framework for developt grapich in android ,
    but when i use it there is many error,
    i look at project properties $(VC_IncludePath);$(WindowsSDK_IncludePath); ….. is set to exclude directory in VC directory,
    so i delete that path and minimize the error , but still there is an error even cmath is error it say EMIT is not a typename in cmath sourcecode

    • This topic was modified 7 years, 5 months ago by dydrax.
    #9586
    support
    Keymaster

    Hi,

    VisualGDB does not use the VC_IncludePath and other directories when compiling the Android code. Which version of VisualGDB are you using?

    #9593
    dydrax
    Participant

    I’m using visualGDB 5.2 , and use the standart library that they provided in ndk directory
    but i’m still can’t use the framework to my code , how can i use another 3rd library to my code it has own build in the jni folder

    #9605
    support
    Keymaster

    Hi,

    Please try following the instructions from the this page on referencing prebuilt libraries from other modules.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.