Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

LinArcX/win32cross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Linux

/usr/bin/x86_64-w64-mingw32-gcc -municode -o output.exe main.c
file output.exe
wine ./output.exe

Windows

`%comspec% /k build.bat`

Troubleshooting

Error: VsDevCmd.bat encountered errors. Environment may be incomplete and/or incorrect. ** error VsDev.cmd

Open regedit and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor

Change: Autorun = "cls" to: Autorun = ""

About

A sample application to show how develop win32 applications on linux/windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published