Re: (urgent) : New GimpWin programmer need some help :
Daniel-Marian Baboiu <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
These are not bugs, but linking errors. They come from not adding the proper libraries to the link list of the project. "chicosi7177 " wrote: > > Hi! > > I'm a new Gimp plugins devlopper and I use MSVC++ 6.0 to create > program files. > > I downloaded GTK+ and this program (see at bottom). > > But I had many bugs when compiling it with MSVC. > > Did I miss something special ? > Can I do to make it work ? Do I use special DLL to compile with ? > > The generated errors are: > ----------------------------------------- > Linking... > Essai.obj : error LNK2001: unresolved external symbol > _gtk_signal_connect_object > Essai.obj : error LNK2001: unresolved external symbol > _gtk_signal_connect [...]