Pelles C forum

C language => Tips & tricks => Topic started by: Vortex on May 21, 2026, 10:13:13 PM

Title: Implementation of CommandLineToArg
Post by: Vortex on May 21, 2026, 10:13:13 PM
QuoteImplementation of CommandLineToArgv for Win32
(ANSI and alternative Unicode versions)

http://alter.org.ua/docs/win/args/

QuoteCommandLineToArgvA

Collection of functions implement CommandLineToArgvA, the ANSI version of CommandLineToArgvW in windows API

https://github.com/futurist/CommandLineToArgvA
Title: Re: Implementation of CommandLineToArg
Post by: TimoVJL on May 22, 2026, 01:52:06 PM
Nice to have, if want to have a common ANSI / UNICODE project.