Can you create an MyProgram.exe without windows interface?
Posted: Sat Aug 04, 2018 9:37 pm
I'd like to create a myprogram.exe without a windows interface that can be called by another exe program .
as an example: run = "c:\myprogram.exe variable1, variable2 , variable3"
or a main function as in C++ Main()
I've searched but cannot find any examples that don't have a Procedure Win() with a
If OpenWindow(#WinMain, 0, 0,InnerWidth, InnerHeight, "myprogram", iFlags).
Thanks for any Purebasic references that can show me how to do this.
as an example: run = "c:\myprogram.exe variable1, variable2 , variable3"
or a main function as in C++ Main()
I've searched but cannot find any examples that don't have a Procedure Win() with a
If OpenWindow(#WinMain, 0, 0,InnerWidth, InnerHeight, "myprogram", iFlags).
Thanks for any Purebasic references that can show me how to do this.