toolkit problem
toolkit problem
(OP)
hi all,
I have an application developed in Pro/toolkit (C code) . DLL has been created , when I register the DLL on th auxiallary applications->register
i get the below error
Foreign program "test" failed to initialize: error PRO_TK_GENERAL_ERROR
Now we are using the Wildfire4.0 . So, I recompiled the code developed for Wildfire3.0
could anyone help on this?
I have an application developed in Pro/toolkit (C code) . DLL has been created , when I register the DLL on th auxiallary applications->register
i get the below error
Foreign program "test" failed to initialize: error PRO_TK_GENERAL_ERROR
Now we are using the Wildfire4.0 . So, I recompiled the code developed for Wildfire3.0
could anyone help on this?





RE: toolkit problem
Toolkit applications compiled for WF3 no longer work with WF4 as string representation was switched to UNICODE from WF3 to WF4. So you need to change representation of strings in you source code and then recompile with WF4 Toolkit libraries. We also had to swith do Microsoft Visual Studio 2005. Usually this is some work, if you want to avoid this you can set following option in protk.dat
UNICODE_ENCODING FALSE
then you WF3 application should work with WF4.
Stefan
RE: toolkit problem
Now the application is working fine.
I have added all the notes as a separate notes in the drawing. The problem is when I move the notes , they all move independantly. So I want to group them into a single note. I have 7 rows of notes and 7 notes.
can anyone help on this ? how to make them as a single note?
RE: toolkit problem
Why not put all notes in the same note if they are underneath each other? You could also use a table.
RE: toolkit problem
where the group name will be saved? in the layers?
RE: toolkit problem
RE: toolkit problem
So this looks like a black box ! I dunno where it saved.
Myb requirement is I have sone notes in the drawing and I want to make them as a draft group using Pro/tookit functions.
I got all the ids of the notes by sheet number. Now the grouping API takes different datatype.
could you help on this?
RE: toolkit problem
I've never used Pro/Toolkit so I can't help you there.
Have you tried mcadcentral or PTCs forums? This seems like a fairly inactive forum...
RE: toolkit problem
I would like to undestanding about Pro/Toolkit.
I Have application that use this. I´m workied well until format my PC
After I format my PC and have problem with This toolkit.
Have any relation with Pro/toolkit and windows XP SP2 or Net Framework or Visual Basic.
If I dont have this program I will run the dll files?
thanks!
ferrec