Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Creation of a solid EXE

leps
Beginner
185 Views

Hi!

I want to create a solid EXE (i.e. all used DLLs and other resources are embedded into single .exe file), but the tools look like costly... vmware thinapp costs $5000!!! anybody knows alternatives? :)
0 Kudos
1 Reply
Om_S_Intel
Employee
185 Views
You should use only static libraries for linking and sutable compiler option -ML to creat object.
0 Kudos
Reply