On Monday 25 June 2012 11:29:52 IvankoB wrote:
> Another problem - units dependencies don't autoupdate.
> For instance:
>
> ///////////////
>
> MAIN.PAS:
>
> uses
>   main_mfm
> ,curlobj
> ,readcert in '../readcert.pas'
> ;
>
> //////////////////
>
> Changes in '../readcert.pas' aren't detected by MSEide so there's a
> message "not found" about "readcert" by linker (
> it looks like it's PPU becomes obsolete and doesn't refresh
> automatically). An workaround - to editing MAIN.PAS before pressing F9 so
> that the files to recompile together.
>
Use 'Project'-'Make' if you make changes in Files with another editor. MSEide 
does not track unit dependencies for compiling, it belongs to FPC. Can FPC 
find the source of readcert?

Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to