Search found 6 matches

by Blank Xavier
Sun Jul 12, 2009 2:22 am
Forum: Developer's Forum for Windows
Topic: Minor 3DxTest32 bug?
Replies: 0
Views: 6035

Minor 3DxTest32 bug?

3DxTest32 appears to have a bug.

In SbInit();

SiSetUiMode(devHdl, SI_UI_ALL_CONTROLS); /* Config SoftButton Win Display */

devHdl is being used before it is initialised. It's a global, not explicitly initialized, so it will be 0 when called.
by Blank Xavier
Sun Jul 12, 2009 1:00 am
Forum: Developer's Forum for Windows
Topic: SiOpen() first argument, char *pAppName
Replies: 1
Views: 5787

Ah - I found the answer, after a search, in an existing forum post (the topic title was so different to what I was looking for I hadn't looked in that topic). (The answer is; it's an arbitrary string. It's apparently should/can relate to your configuration file application name - but that's it - it ...
by Blank Xavier
Sat Jul 11, 2009 3:43 pm
Forum: Developer's Forum for Windows
Topic: SiOpen() first argument, char *pAppName
Replies: 1
Views: 5787

SiOpen() first argument, char *pAppName

The first argument to SiOpen() - in the Win32 example, the same name is used for the window class and the window title.

The docs say "the application name".

What's the first argument supposed to be? is it an arbitrary string, the window class, the window title, or something else?
by Blank Xavier
Sat Jul 11, 2009 2:13 pm
Forum: Developer's Forum for Windows
Topic: Making C SDK compile (informational post, list of fixes)
Replies: 2
Views: 11323

Note; when I started trying to compile, I just pragma'ed the warnings and as such compiled successfully.

I was however unable to load the DLLs.

Sorting out the warnings permitted me to load the DLLs - I'm guessing the DLL name fix was the key change.
by Blank Xavier
Sat Jul 11, 2009 2:11 pm
Forum: Developer's Forum for Windows
Topic: Making C SDK compile (informational post, list of fixes)
Replies: 2
Views: 11323

Making C SDK compile (informational post, list of fixes)

Okay...where to begin. Simple things first. When you try to make a new topic as your first post, you get a message telling you that to cut down on spam, you have to have a reply to your credit - and that you can reply on the test forum to do this. There is no test forum. Now for less simple things. ...
by Blank Xavier
Sat Jul 11, 2009 2:02 pm
Forum: Windows Discussion Forum
Topic: Maya Request
Replies: 16
Views: 30891

Empty reply so I can post new topics.