Thread Closed 
 
Thread Rating:
  • 85 Votes - 2.95 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VisualBoyAdvance-M 891
Author Message
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #1
VisualBoyAdvance-M 891
howdy all, got a new compile for y'all
http://zachthibeau.com/dload/vba-m/Visua...SVN891.zip

Changelog:
Again with spacy51 (thanks for coming back btw, twas wondering where you went): Update DevInfo.txt.
Add the new SoundDriver.h file to the project file.

also please note this is the actual svn release I didn't regress anything and I did this as a user asked for a full release. Installer format to come soon when I have more time

ok I know not much time passed but this was on my mind and needed to get done so here is the installer
http://zachthibeau.com/dload/vba-m/Visua..._Setup.exe
I'll add file associations at a later date

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
(This post was last modified: 08-17-2009 05:34 AM by Zach Thibeau.)
08-17-2009 05:23 AM
Visit this user's website Find all posts by this user
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,472
Joined: Mar 2008
Reputation: 14
Post: #2
RE: VisualBoyAdvance-M 891
VBA runs better with zlib and libpng static linked.

dynamic linking crashes when saving screen captures.

(This post was last modified: 08-17-2009 06:07 AM by Squall Leonhart.)
08-17-2009 06:06 AM
Visit this user's website Find all posts by this user
satan666 Offline
Junior Member
**

Posts: 5
Joined: Apr 2008
Reputation: 0
Post: #3
RE: VisualBoyAdvance-M 891
08-17-2009 06:56 AM
Find all posts by this user
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,472
Joined: Mar 2008
Reputation: 14
Post: #4
RE: VisualBoyAdvance-M 891
Thanks Satan Smile

08-17-2009 07:05 AM
Visit this user's website Find all posts by this user
spacy51 Offline
VBA-M Developer
*******

Posts: 451
Joined: Mar 2008
Reputation: 3
Post: #5
RE: VisualBoyAdvance-M 891
http://spacy51.sp.funpic.de/VBA-M/libs/

I also put that link into the DevInfo file
08-17-2009 07:11 AM
Visit this user's website Find all posts by this user
infiltrator Offline
Junior Member
**

Posts: 10
Joined: May 2008
Reputation: 0
Post: #6
RE: VisualBoyAdvance-M 891
Quote:1>..\..\src\win32\DirectSound.cpp(26) : error C2146: syntax error : missing ';' before identifier 'pDirectSound'
1>..\..\src\win32\DirectSound.cpp(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>..\..\src\win32\DirectSound.cpp(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>..\..\src\win32\DirectSound.cpp(29) : error C2146: syntax error : missing ';' before identifier 'dsbNotify'
1>..\..\src\win32\DirectSound.cpp(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>..\..\src\win32\DirectSound.cpp(29) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>..\..\src\win32\DirectSound.cpp(50) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(53) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(63) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(64) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(64) : error C2227: left of '->Release' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(65) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(73) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(84) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(84) : error C2227: left of '->Release' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(85) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(97) : error C2065: 'IID_IDirectSound8' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(97) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(103) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(103) : error C2227: left of '->Initialize' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(109) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(109) : error C2227: left of '->SetCooperativeLevel' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(123) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(123) : error C2227: left of '->CreateSoundBuffer' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(159) : error C2065: 'pDirectSound' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(159) : error C2227: left of '->CreateSoundBuffer' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(170) : error C2065: 'IID_IDirectSoundNotify8' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(170) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(178) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(178) : error C2227: left of '->SetNotificationPositions' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(179) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(179) : error C2227: left of '->Release' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\src\win32\DirectSound.cpp(180) : error C2065: 'dsbNotify' : undeclared identifier
1>..\..\src\win32\DirectSound.cpp(231) : error C2065: 'pDirectSound' : undeclared identifier

there's strange problem after i update windows sdk. this's error log.
(This post was last modified: 08-17-2009 04:31 PM by infiltrator.)
08-17-2009 04:30 PM
Find all posts by this user
Squall Leonhart Offline
The Admin with the Gunblade
*******

Posts: 1,472
Joined: Mar 2008
Reputation: 14
Post: #7
RE: VisualBoyAdvance-M 891
what are you compiling with?

08-17-2009 04:50 PM
Visit this user's website Find all posts by this user
spacy51 Offline
VBA-M Developer
*******

Posts: 451
Joined: Mar 2008
Reputation: 3
Post: #8
RE: VisualBoyAdvance-M 891
This error looks like the WinSDK setup removed your Include&Lib paths for DirectX. Re-Add them to Visual C++.

Edit:
Hm, but actually it should just complain about missing header files. Maybe a simple recompile ALL will help.
(This post was last modified: 08-17-2009 10:09 PM by spacy51.)
08-17-2009 10:08 PM
Visit this user's website Find all posts by this user
TheTitan Offline
Junior Member
**

Posts: 15
Joined: Mar 2008
Reputation: 0
Post: #9
RE: VisualBoyAdvance-M 891
Thanks for the installer, works great!

It migth be an idea to use the official vba-m logo in the installer instead of the general icon with the arrow.

Deinstalling works decently, no matter I won't need it at all Banana.

Best regards,

TheTitan
(This post was last modified: 08-18-2009 01:45 AM by TheTitan.)
08-18-2009 01:42 AM
Find all posts by this user
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #10
RE: VisualBoyAdvance-M 891
there technically isn't a real set logo to be honest and I'm recompiling vba-m since when I reloaded the source with the latest svn it didn't overwrite my old changes so I'm redownloading the svn and recompiling it properly Wink and I'm working on the installer to include the option to do file associations properly

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
08-18-2009 01:49 AM
Visit this user's website Find all posts by this user
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #11
RE: VisualBoyAdvance-M 891
ok new installer at http://zachthibeau.com/dload/vba-m/Visua..._Setup.exe and in this fixed installer it gives you file associations with .gba .gbc and .gb will add more including an option to open .zip files from context menu so that it doesn't screw around with your archiving programs
and the vba-m compilled binary is now fixed as statically compiled

I set the icon to be the tangofied vba-m icon but it's not working, will fix that at a later date

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
(This post was last modified: 08-18-2009 03:39 AM by Zach Thibeau.)
08-18-2009 03:33 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: