rasool_saheb
9 years agoOccasional Contributor
Delphi Compilation
Hi ,
1.My current Delphi application is client server.I have a client which is called “Solumin_Browser.exe”, when I compile it I will have to compile both client and server?
My current application server is in diffrent OS(Linux,UNIX and Windows) however client is "Solumina_Browser",please let me know If I compile client is fine?
2.If use "Strip TDS" to extract debug info, for next builds no need to compile the application again?
Regards,
Rasool
I'm not sure I understand your last question. Every machine that you want to test your application on needs to have the executable and the debug info on it. OS shouldn't matter, really. It's all about the debug info created by the compiler.