Re: gtk 2.0.6 using visual c/c++ problems
"thechristiancoder" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
--- In gimpwin-dev@y..., "thechristiancoder" <christiancoder@h...> wrote: > I am building a Maya plugin and I am forced to use VC. I have used > gtk 2.0.6 with mingw without any problems, but I am having trouble > getting my plugin to link and run. I get a the following link error: > unresolved symbol _gtk_type_check_object_cast, to get around this I > just took out the type macros and it linked, but when I run it I get > the use -fnative-structs assert. How do I solve this with VC? > > Cheers, > Michael Anderson, > Programmer, > Radical Entertainment. Dooooooh, I had msdev set to use some old header files, got everything working fine now.