scorpion007
@scorpion007
New Member
Joined: Feb 14, 2024
Topics: 29 / Replies: 137
Reply
RE: Plugin Development Advice

Yep, that’s what I thought. Your code was trying to hijack max’s window handle and manipulate it in an impossible way You can create any HWND using…

17 years ago
Forum
Reply
RE: Plugin Development Advice

RustyKnight: Oh, I wish it were that simple… We need to be able to add normal maxscripts to it as well (although I believe you can drop scripts ont…

17 years ago
Forum
Reply
RE: Plugin Development Advice

Unless I’m mistaken, you can achieve what you are trying to do without any code at all. Max allows you to create a custom toolbar (Customize->UI) …

17 years ago
Forum
Reply
RE: Create dynamic controls in sdk

Are you sure you need to create an unknown number of IRollupWindows? One IRollupWindow can contain any number of Rollups (created in the form of a dia…

17 years ago
Forum
Reply
RE: SDK DebugPrint

Ah, glad to hear it all worked out

17 years ago
Forum
Reply
RE: SDK DebugPrint

The reason you dont “need” the _T macro is because max does not yet support anything other than ANSI and MBCS. I.e. it doesn’t support Wide characters…

17 years ago
Forum
Reply
RE: SDK DebugPrint

That’s rather strange. Yes, “Debug” output is correct. Perhaps you are just overlooking your printout as it is being obscured by the many system diag…

17 years ago
Forum
Reply
RE: SDK DebugPrint

As the docs state, the output of DebugPrint goes to the output window of Visual Studio while you are debugging. Are you not seeing it?

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

Of course you can. They are essentially a vendor-specific extension to the CRT, to provide an extra level of safety. I personally just avoid them and…

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

Good to know. Re: the _s version of strcpy, well, essentially MS designed a ‘safe’, though non-standard, version of almost every std C library functi…

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

No worries, let us know how it went.

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

Gravey, yes, that would help Next time please post a bit more of the build transcript, it gives it context. I realized I wasn’t linking against max…

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

Ah, heh. Oops. Sorry about that, I forgot to add it to the linker settings. But still, I added it, it still works. I can only think that you have ol…

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

What can I say? Works for me. I think you have some old .obj’s lying around, do a clean rebuild. (BTW, I changed the includes to be correct, E.g.: …

17 years ago
Forum
Reply
RE: SDK Maxscript Extention help

iLegacy: Sorry, i have no solution for your plugin, because yesterday was the first day, i started reading in the SDK. Because i like to try to writ…

17 years ago
Forum
Page 5 / 12