Ratul
Hi
klimi
Hi
nohello.com
Manav
I was using Windows Os, I have been using Code blocks
Code blocks is not a compiler, it is an editor. It comes with mingw, which is a compiler. And you didn't answer my last question.
Ali
it's an editor
So does C have a compiler
klimi
So does C have a compiler
C is a language so it does not have a compiler. But there are compilers for the language C
Chat Boss
You sent a code, it has been re-uploaded as a file
Abduool
❤️
kavithusan
C language loops note give me
klimi
C language loops note give me
https://en.cppreference.com/w/c/language/for
msc
Hello everyone I have a 32 bit dll and wanna execute its functions from a c++ program in my 64-bit windows 10. Can anyone help me please?
\Device\NUL
You must create 32 bit executable also to use the shared function
msc
So why i can run its .exe file in my 64-bit windows?
\Device\NUL
So why i can run its .exe file in my 64-bit windows?
Because its 32 bit executable and they have Windows on Windows subsystem to emulate 32 bit to 64 bit
msc
Can I use WoW to load this dll and therefore call its functions to access .exe file?
msc
What is the solution?
msc
In fact, I have a flutter app and wanna have my own UI on it, while main service in on dll and exe files.
\Device\NUL
Can I use WoW to load this dll and therefore call its functions to access .exe file?
Just execute manually, windows auto detect 32 bit and load it via WoW
msc
Just execute manually, windows auto detect 32 bit and load it via WoW
But I dont want to use this exe file in my project directly. I want to have my own UI (written by dart/flutter) and do real service by calling the dll.
msc
Just execute manually, windows auto detect 32 bit and load it via WoW
So do you say i can do it (have my own UI app and run business logic by calling the dll) in a 32 bit windows?
msc
Can you give brief explanation about what you want to do?
I have a software called EzCad (that do laser operation). I want to write a flutter UI app (on 64 bit os) and also a 32 bit background service, to be able to control my laser physical product via them . In fact, i dont want use EzCad.exe and i want to use its dll files to be able to run the below tasks: -initialize laser hardware - mark a box on it - and finally do laser operation. Each of the above tasks have their own corresponding function in dll file. So i was thinking that write the below scenario: write a 32 bit background app (via dart or java or c++) to communicate with dll and finally make connection from my flutter app with this 32 bit background app via socket. In summary: Flutter app: A my 32 bit background service: B Dll file: C A sends command to B B sends command to C C do laser operations finally
\Device\NUL
No
How did you know function inside EzChad then if you didn't have access to the source code?
msc
How did you know function inside EzChad then if you didn't have access to the source code?
It has a main DLL and a doc file showing its functions and arguments to be able to write our own app to work with it
\Device\NUL
Either you can implement it in 64 bit by reverse engineering
msc
Hmm, then your flutter app is also 32 bit
Suppose it is 32 bit. Then what is solution?
\Device\NUL
Suppose it is 32 bit. Then what is solution?
You want to use exported function in EzChad dlls?
\Device\NUL
Yes exactly
There would be Compiler flag to link the object file to the EzChad dlls
Davide
Hi guys! I need to parse a YAML file. For xml files I'm using rapidXML, that has a single reader and doesn't need any building. For portability reasons I'm looking for something similar for YAML files.. do you have any suggestion? Thank's!
\Device\NUL
I didnt understand
I want to use my own lib that named ntdll.dll , I would be do gcc -lntdll -o source.c in order to use exported function in ntdll.dll
Anonymous
it's an editor
So what would be the Best Editor You would be Suggesting please.
Anonymous
Beginner friendly etc
Rain Bow
Hi can anyone suggest any website or ebook to learn code for esp32?
nami
Not the best I mean beginner friendly
nami
I use neovim
Rose
Another one bites the dust...! Banned Alex. Reason: bot
Roxifλsz 🇱🇹
I use neovim
riced neovim goes hard
Crystal
hi
Crystal
/help
Rose
/help
Contact me in PM for help!
msc
That's your business isn' it
I mean I didnt understand what did you mean in your last message
\Device\NUL
I mean I didnt understand what did you mean in your last message
Do you have experience about linking your own library?
Mohammad
Hi can anyone suggest any website or ebook to learn code for esp32?
Arduino framework has a lot of example that could be a great help.
Aditya
Stm32 vs esp32S Which is better to handle high processing power
Aditya
Confirm??
Skarn
There are multiple comparisons online. But afaik they have higher clock speeds. What exactly do you need to process?
Skarn
Hi can anyone suggest any website or ebook to learn code for esp32?
It is a regular C++ 17. Just with a weird build system on top
Sulaimanov
guys in youtube there are videos was created 5 years ago so should i learn qt from it? or its too old?
Aditya
There are multiple comparisons online. But afaik they have higher clock speeds. What exactly do you need to process?
I want to procees a tft display But I want that microcontroller to show bitmap images in as less time as possible
Rose
Purge complete.
many
Haven’t been on windows for years. What’s the best compiler for modern C++ on windows right now?
many
I worked on some C++ project on windows years ago and the experience is… yuck
Manuel
Has Clang still problems with -pthreads?
imminent
Still MSVC.
nah, clang is way superior
\Device\NUL
many
Thank you guys. I will stick with MSVC and download huge load of things (why can’t MS make development easier😑)
Saul
Hello guys my vs code says "this app can't run on your pc,,please check with your publisher for your pc version" how can I fix this