hello,
when i open a rc file i don't find the dll file type in the 'save as...' item menu.
how can i to convert the rc file in a dll file?
thanks
marzioni
Quotehow can i to convert the rc file in a dll file?
If you want to create new dll:
Create new dll project from menu
File -> New -> Project...
Insert empty c-file to project.
Add that rc-file to it.
Build it.
what is an empty c file?
a file with zero length and c extension?
i have used the item menu 'Add file to project' to add the empty c file. ok?
how can i to add the rc file to the c file?
thanks
marzioni
Quote from: marzioni on June 06, 2008, 08:57:06 AM
how can i to add the rc file to the c file?
The rc file is added like the c file to the project.
You can not add any file to a c or other file, you only add to the project.