VSDK 1.12

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Oct 3 14:03:44 CDT 2006


On 10/2/06 5:26 PM, "Hans Gidlöf" <hasse at techniqueprogram.se> wrote:

>>> a few weeks of scratching my head, I founded it.
>>> 
>>> When I extract it right from Vstudio It dont work!
>>> 
>>> vStudio extract
>>> @executable_path/../VComponents/VSDK.framework/Versions/A/VSDK
>>> 
>>> the right one. but not universal
>>> @executable_path/../Frameworks/VSDK.framework/Versions/A/VSDK
>>> 
>>> 
>>> Can you build a version with universal and for frameworks use.

Steps are:

1) make copy of VSDK.framework you want change.
    e.g. Copy it into new tmp folder.


2) run terminal. To see current settings of .dylib type:

    -->   otool -L pathtofile


You can simply drag by mouse the file into terminal window to get its full
and correct path.

Press enter, you will see something as:

ruslans-power-mac-g5:~ rz$ otool -L
/usr/local/lib/vcomponents/VSDK.framework/Versions/A/VSDK
/usr/local/lib/vcomponents/VSDK.framework/Versions/A/VSDK:
        /usr/local/lib/vcomponents/VSDK.framework/Versions/A/VSDK
(compatibility version 0.0.0, current version 0.0.0)
        /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 128.0.0)
        /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
(compatibility version 1.0.0, current version 9.0.0)
        /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 71.1.3)


---------------------------------
3) now since VSDK.framework do not depend on any other dylibs you do simply
In terminal type:

ruslans-power-mac-g5:~ rz$   install_name_tool -id
@executable_path/../Frameworks/VSDK.framework/Versions/A/VSDK pathToVSDK


Now if you will check by otool
You will see what you need.



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macserve.net/pipermail/valentina-studio/attachments/20061003/d66ee5c0/attachment.html


More information about the Valentina-studio mailing list