Results 1 to 5 of 5
Thread: Help with Plugins: 64bit issues?
-
04-06-2012, 14:30 #1
-= TeamSpeak User =-
- Join Date
- Jun 2012
- Posts
- 4
Help with Plugins: 64bit issues?
Hi All,
Really new to doing c++ and plugins etc.
I get a plugin failed to load when I try and compile the test plugin with the sdk (couldnt' get mine to work so tried the test one and same problem). I think it's because I am compiling in visual studio on a 64 bit system. Any ideas on how to get around this?
Cheers,
Shags
-
04-06-2012, 16:36 #2
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
There is no Problem with 64bit.
I myself write and compile on 64bit OS.
However if you have a 64bit Client installed (which imho you should've considering you are running 64bit OS) you need to compile the Plugins for 64bit as well since 64bit applications cannot load 32bit code.
By default on Visual Studio new Projects only have a COnfiguration for 32bit, which will compile it as 32bit code. You need to add a Configuration for 64bit using the Configuration Manager, then select the 64bit Configuration to build the Project.
Build -> Configuration Manager -> Platform -> New -> Target: x64 -> Create.
-
05-06-2012, 12:22 #3
-= TeamSpeak User =-
- Join Date
- Jun 2012
- Posts
- 4
Many thanks. Though getting the x64 compiler all setup etc. in visual studio express is a nightmare!
Thanks,
J
-
05-06-2012, 16:48 #4
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
Well it's in the vendor's Interest that you buy his Software so yes obviously Features will be limited in Free Versions, so that while you can still use them, you will hardly get around buying the Software if you want all the Features and / or Comfort.
Back in the days when I was doing VB you couldn't even create Executable Files with the Free Version, which is much more of a drawback then not having comfort or not having an x64 Compiler available.
-
07-06-2012, 06:43 #5
-= TeamSpeak User =-
- Join Date
- Jun 2012
- Posts
- 4
Well they are pretty much going back that way in express 2012. Can no longer create desktop application witht eh express product.
I guess in the case of MS it's wether they want to gain dollars on selling visual studio to developers or on the increasing of applications in the windows environment to ensure continued market dominance...
But that's a discussion for more marketing minded individuals than myself.
Thanks again for the help.
Cheers,
Shags
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[server plugins?]ts3 server plugins(channel numbers and ptt button like ventrilo)
By singularity in forum General QuestionsReplies: 4Last Post: 28-02-2012, 09:48 -
Plugins
By caseyctrl in forum Client SupportReplies: 1Last Post: 07-07-2011, 20:56 -
Add Plugins
By ShadowXK in forum Mac OS XReplies: 0Last Post: 15-02-2011, 20:59 -
Small TTS-Tut | Other known voices? | 64bit "issues" with TTS | Changing TTS-texts
By Dark-Sider in forum General QuestionsReplies: 0Last Post: 20-12-2009, 10:02 -
Plugins
By AlphaWolf in forum [TeamSpeak 2] General QuestionsReplies: 7Last Post: 22-03-2009, 12:14


Reply With Quote
