It was much easier to just remove the stuff that complained
Compiling JUCE with Dev-C++ how???
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
OK. Im down to 4 linker errors, just from needing to setup proper lib stuff when compiling JUCE... the hunt for these bastards will be fun.
It was much easier to just remove the stuff that complained
Actually fixing it is a pain in the ass... Once I can nail these last few, Ill have a "start to finish" post for ya.
It was much easier to just remove the stuff that complained
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
Ah ok 1.4 is up.... lesse how this works..
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
ach. 1.4 is more f**ked up than 1.3 for dev-C++
You got your stuff setup really non-default jules
You got your stuff setup really non-default jules
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
Searching for libraries needing to be linked now....
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
Ok, must add -lopengl32 to linker parameters I think Let's see if it breaks... Seems jules is using visual foxpro libraries, which us lowly dev-c++ users dont really have access to.
Yep. It broke. It wants libmsvfw32.a like no tommorow. And I cant find the .def anywhere...
Ok. Apparently the newer bleeding edge dev-C++ has it. Lesson to all to never use the stable releases.
Yep. It broke. It wants libmsvfw32.a like no tommorow. And I cant find the .def anywhere...
Ok. Apparently the newer bleeding edge dev-C++ has it. Lesson to all to never use the stable releases.
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
OK. IN your project (win32 demo), must add -lmsvfw32 to linker parameters.
More to come...
More to come...
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
OK. so far we have in linker params -ljuce -lwinmm -lmsvfw32
2-3 more to go then we'll have a working app right out of the box.
2-3 more to go then we'll have a working app right out of the box.
-
Robert Randolph Robert Randolph https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=7328
- KVRAF
- 2226 posts since 25 May, 2003 from Saint Petersburg, Florida
We have liftoff! it compiles, and it runs.
Will post directions in another thread.
Will post directions in another thread.
