News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

save as dll

Started by marzioni, June 05, 2008, 10:43:37 AM

Previous topic - Next topic

marzioni

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

TimoVJL

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.


May the source be with you

marzioni

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

Stefan Pendl

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.
---
Stefan

Proud member of the UltraDefrag Development Team