c++ - Open file relative to chromium.exe -


i have build chromium use in own c++ application. managed open urls such http:://stackoverflow.com/ or file:///c:/index.html

what want open html files in same folder chromium.exe. calling this: file:://index.html

i application path within c++ using system specific calls. troublesome since non-ascii characters , different encodings.

i hope made clear enough.

thank you.

consider issue resolved. stupidity, not enough escape characters.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -