Code Monkey home page Code Monkey logo

Comments (3)

selvanair avatar selvanair commented on July 30, 2024

\openvpn-gui\passphrase.c(699): SetDlgItemText(hwndChangePSW, ID_TXT_KEYFILE, keyfilename);
so my question is: how can we get or set the dialog item text?

Those items are used to pass the keyfile format and name to the change password thread and are set as above. Those are not text displayed to the user so 0,0,0,0 in the resource file is fine..

I prefer to use explicit function names with A or W (and char or wchar_t/WCHAR) but the legacy code has TCHAR and generic calls. We no longer support non-unicode builds so both resolve to the same. For new code I suggest to be explicit about ascii and wide char calls.

from openvpn-gui.

Huangdong2 avatar Huangdong2 commented on July 30, 2024

thanks for the explanation, i spent a lot of time translating the resource into vs2013 editable form, the big issue is vs2013 resource editor does not allow line concatenation, and it always puts a resource.h to replace openvpn-gui-res.h, that totally made me a mess

from openvpn-gui.

selvanair avatar selvanair commented on July 30, 2024

Though it would be useful to get this compile under VS, its a lot of work to get the current resource files into a VS compliant form.The resource compiler in mingw is pretty lenient (smart?) and allows line continuation by '\' in almost all places, preprocessor macros in strings etc.

If you manage to port the resource files please submit a PR. Other contributions are also most welcome.

from openvpn-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.