Search results

  1. D

    Cocoa->Carbon (NSView to WindowRef)

    I am porting a Windows app to MacOSX and have some code written in Cocoa that has an NSView that I need to attach an OpenGL rendering context to (via the aglFuncs...(...)). I am interfacing with a large, existing C++ code base so re-engineering everything for Cocoa is not an option, neither is...
  2. D

    XCode2 - C++ link errors

    I am having difficulty getting a simple C++ test linking in XCode2. I created a sample test where I have a Dynamic library that uses a class contained within a Static library. This results in an "undefined symbols" link error. Relevant code: [Target: JNITest (dynamic library)] --FILE...
Back
Top