C++ SDK framework

Jochen Peters j.peters at valentina-db.de
Mon Jul 14 15:46:29 CDT 2003


Hi all,
Hi Eric,

it is NO problem to put a dylib inside your application package!!
I do that for vStudio without any problems - what you must do
is the following:

For ProjectBuilder:
Open the target settings and choose "Installation Location" - click on 
"Path" and type
in "@executable_path/../Frameworks/" (without the quotes)

For CodeWarrior:
Open the target settings and choose "PPC Mac OS X Target" - in "Install 
Path" type in
"@executable_path/../Frameworks/" (without the quotes)

The magic string "@executable_path" is replaced with your application 
path
by the Mac OS during runtime loading. In my example the dylib would be 
searched inside
the application package in the folder "Frameworks" - you can - of 
course - specify any other
path/folder if you like.

-- 
Best regards,
Jochen Peters
PIIT GmbH

------------------------------------
http://www.valentina-db.de



More information about the Valentina mailing list