Jump to content

Proper way to generate 64-bit Windows plugin?


This topic is 3489 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi All:

 

I've generated my custom plugins many times successfully, but am running into trouble generating a 64-bit version.

 

In order to do so, I downloaded the latest SM file and imported all of my custom function data (meaning the modules, inout and output variables and jar file entries).

 

I go through the plugin creation process, specify the output file, and am then told I'll be prompted to find the location of the 64-bit Windows plugin. But that prompt never happens, and the script returns instantly. No plugin is created.

 

Stepping through in the debugger, I can see that the ultimate call to SMCreatePlugin looks correct -- but the call returns instantly with a ?.

 

Did I miss something in the docs about platform? Can I only generate a 64-bit Windows plugin from Windows itself? I'm trying this on OS X Mavericks.

 

Thanks,

 

Steve

Link to comment
Share on other sites

Do you have a toolchain for Windows present?

 

Usually it's simpler to compile Windows stuff on Windows, and Mac stuff on Mac.

Link to comment
Share on other sites

This topic is 3489 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.