NO

Author Topic: save as dll  (Read 3289 times)

marzioni

  • Guest
save as dll
« 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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: save as dll
« Reply #1 on: June 05, 2008, 11:36:52 AM »
Quote
how 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

  • Guest
Re: save as dll
« Reply #2 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

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: save as dll
« Reply #3 on: June 06, 2008, 09:16:42 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