|
| Notices |
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Mar 7, 2005, 04:18 PM
|
#1 (permalink)
|
|
S-3D enthusiast
Join Date: Sep 2004
Location: Canada
Posts: 1,405
|
Visual C++ 6.0 Introductory Edition can it be used?
I bought a C++ programming book for a programming class. A CD was included with the book. It's labeled Microsoft Visual C++ 6.0 Introductory Edition. Does anyone know if it can be used to program plugins for kX?
Tril
|
|
|
Mar 7, 2005, 08:36 PM
|
#2 (permalink)
|
|
DriverHeaven Senior Member
Join Date: Jan 2003
Location: The Netherlands
Posts: 1,756
|
I realy don't know, but why don't you just try it?
Try to compile the demo project included in kX SDK.
It's only 2 mouse clicks;
1. open demo.dsw
2. build demo.dll
/LeMury
|
|
|
Mar 7, 2005, 09:29 PM
|
#3 (permalink)
|
|
S-3D enthusiast
Join Date: Sep 2004
Location: Canada
Posts: 1,405
|
ok, I'll try it. I read somewhere on the net that it has a popup that will show everytime you run a exe that was compiled with it.
I tried to compile and it seems to work. Here's the output from the build :
--------------------Configuration: demo - Win32 Debug--------------------
Compiling resources...
Compiling...
debug.cpp
Compiling...
demo.cpp
simple.cpp
StdAfx.cpp
Linking...
Creating library Debug/demo.lib and object Debug/demo.exp
rename
1 fichier(s) copi‚(s).
demo.dll - 0 error(s), 0 warning(s)
The disc came with the book "C++ how to program" fourth edition from Deitel
Last edited by Tril; Mar 7, 2005 at 09:56 PM.
|
|
|
Mar 13, 2005, 01:54 PM
|
#4 (permalink)
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,060
|
Tril, how did you make out (just out of curiosity)?
It looks like it compiled ok, did you try loading the plugin in kX?
Any pop-ups or anything out of the ordinary?
-Russ
|
|
|
Mar 13, 2005, 06:49 PM
|
#5 (permalink)
|
|
S-3D enthusiast
Join Date: Sep 2004
Location: Canada
Posts: 1,405
|
I compiled the demo. The kxl loads fine. The interface is correct.
But I'm not sure if it's working correctly.
When I move the horizontal slider it changes the sound volume in the left speaker. Completely to the left the sound is muted.
The vertical slider does not do anything. Is it supposed to work?
The sound that comes out from the left channel is ok. Nothing out of the ordinary.
|
|
|
Mar 13, 2005, 07:43 PM
|
#6 (permalink)
|
|
DriverHeaven Extreme Member
Join Date: Jan 2005
Posts: 4,060
|
That sounds about right, although I think you might get sound using the vertical slider set to 0 (seems to be the only setting that changes the vol2 value to something other than 0 (changes it to 1)). I never really actually tested it connected to anything, as I was more interested in the interface itself.
-Russ
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|