Menu

_private.rc

2003-07-03
2012-09-26
  • nicolas aunai

    nicolas aunai - 2003-07-03

    hello,

    I'm looking for some help, please :)
    I'm programming a little win32 application, and I see that it is not compiling with devc++

    my programm is composed of

    one file *.c
    one file *.h
    and one resource file *.rc

    when I compile, devc++ creates a nicobus_private.rc (nicobus, thats the name of the project)...

    first, I don't know devc++ creates this file...

    then, it tells me :

    Makefile.win
    [Build Error]  [nicobus_private.res] Error 1

    I don't understand at all !!! :o(

    can you help me ? my code is there :
    nicolas.aunai.free.fr/scanner/

    thanks a lot

     
    • nicolas aunai

      nicolas aunai - 2003-07-03
       
    • Liviu Nicolescu

      Liviu Nicolescu - 2003-07-04

      There are 2 problems with your resource file:

      1. the #ifdef __LCC__  that doesn't allow the resource compiler to scan windows.h.

      2. the lines starting with IDICON200 that doesn't mean anything. What is supposed to be that?

       
    • Wayne Keen

      Wayne Keen - 2003-07-04

      You keep LCC specific code in, and you wonder why it doesn't work?  Sounds like something I might do!

      Once you get past that, you are going to need to link the right libraries too...

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.