HOW-TO: Build XBMC for Win32 in VC++ Express Edition

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
my4keys82 Offline
Junior Member
Posts: 14
Joined: Jun 2008
Reputation: 0
Exclamation    Post: #31
The project still has XBTimeZone.cpp in which has been deleted.

Also I'm having linker errors with __security_error_handler() from msvcrt71 dll and I have to comment this export out to build??
find quote
my4keys82 Offline
Junior Member
Posts: 14
Joined: Jun 2008
Reputation: 0
Post: #32
This has only crept in very recently (the last day or two).
find quote
my4keys82 Offline
Junior Member
Posts: 14
Joined: Jun 2008
Reputation: 0
Post: #33
I see you've just fixed this Charly Smile

That was very fast, thank you.

The only other query I have is that I get a first chance exception on powering down, could just be my environment. Any one else get that?

Mike.
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,481
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #34
Curious that I didn't got the error with XBTimeZone.cpp. However the _security thingy is my fault Wink
I also noticed an exception when the python class is freed but didn't look deeper yet.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #35
There's a bunch of stuff not being cleared on shutdown. I have some fixes in my tree that need review before commit is all (plus a bunch of other stuff I have to do first Smile

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #36
Got it compiled with no errors btw. I do get a load of error messages on xbmc startup an navigating to plugins though but if I choose to ignore it does go on without issues. I'll just wait till the fixes are in, probably that will smoothen things up.
find quote
Nickman Offline
Fan
Posts: 468
Joined: Oct 2003
Reputation: 0
Location: Sweden
Post: #37
Hi. I reasently installed VC2008 Express to see if i could compile xbmc in that instead with VC2003 like i have allways done.

My problen is that i get GetSystemTimes() missing. I did some digging and it looks like i have to install Windows SDK ? 1,3 GB just for one function sounds a bit steep.
And its only used for the new "simple cpu usage measurement."

Is there a smaller download or can i just remove that support ?

  • Xbox v1.3, 64MB, 120GB HD.
  • ASRock ION 330 Ubuntu XBMC.
  • 40" HDTV 720p, AC3/DTS Receiver.
Read the xbmc online-manual, faq and search the forums before posting.
find quote
Nickman Offline
Fan
Posts: 468
Joined: Oct 2003
Reputation: 0
Location: Sweden
Post: #38
Strange.. Now it compiled ?!?
Oh well everything is good Tongue

  • Xbox v1.3, 64MB, 120GB HD.
  • ASRock ION 330 Ubuntu XBMC.
  • 40" HDTV 720p, AC3/DTS Receiver.
Read the xbmc online-manual, faq and search the forums before posting.
find quote
chadoe Offline
Team-XBMC Developer
Posts: 621
Joined: Nov 2003
Reputation: 0
Location: Home
Post: #39
Nickman Wrote:My problen is that i get GetSystemTimes() missing
svn update, it was fixed ~1,5 hour ago Wink

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Hitcher Online
Skilled Skinner
Posts: 9,928
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #40
OK noob question time.

I've followed the Wiki exactly for VC++ 2008 Express but I don't know how to the last part.Frown

'Now you should be able to build the project.'

How?

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply