Pelles C forum

Pelles C => General discussions => Topic started by: marzioni on June 05, 2008, 10:43:37 AM

Title: save as dll
Post by: marzioni on June 05, 2008, 10:43:37 AM
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
Title: Re: save as dll
Post by: TimoVJL on June 05, 2008, 11:36:52 AM
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.


Title: Re: save as dll
Post by: marzioni on June 06, 2008, 08:57:06 AM
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
Title: Re: save as dll
Post by: Stefan Pendl on June 06, 2008, 09:16:42 AM
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.