Discussions related to Visual Prolog
User avatar
drspro2
VIP Member
Posts: 105
Joined: 28 Apr 2006 12:03

move pfc class/directory to project files

Post by drspro2 »

dear prolog developers and Thomas,

I have searched this forum with the words: Move PFC and i couldnt find the answer i was looking for,

is there a standard procedure for to be able to move a PFC class/directory to the project itself?

something like this :
- copy the pfc directory, and place it in your project
- Add it with Add- class function
( - REMOVE the class in the IDE from the PFC? )
- then edit all the pack files to reference them to the new directory
- the rebuild all

I have tried this but eventually i end up with errors like: the .obj file is redefined


thankyou
User avatar
Thomas Linder Puls
VIP Member
Posts: 1466
Joined: 28 Feb 2000 0:01

Re: move pfc class/directory to project files

Post by Thomas Linder Puls »

I have added a little tutorial about this: Shadowing PFC files
Regards Thomas Linder Puls
PDC
User avatar
drspro2
VIP Member
Posts: 105
Joined: 28 Apr 2006 12:03

Re: move pfc class/directory to project files

Post by drspro2 »

thankyou