Search found 399 matches

by apeltauer
Wed Mar 04, 2020 8:35 am
Forum: Open discussion
Topic: FreeCAD on the web
Replies: 832
Views: 433410

Re: FreeCAD on the web

Just uploaded a new youtube video...
https://www.youtube.com/watch?v=yKowJfg7mN4
by apeltauer
Wed Mar 04, 2020 8:33 am
Forum: Developers corner
Topic: FreeCAD to adopt maintaining libarea ?
Replies: 4
Views: 473

Re: FreeCAD to adopt maintaining libarea ?

What about creating a sub repository under the FC github project?
by apeltauer
Tue Mar 03, 2020 5:34 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

wmayer wrote: Mon Mar 02, 2020 9:33 pm No idea what's best. I have never worked with curl and so it's hard for me to tell how to handle things.
Ok, thanks for your answer. I think for now i leave the naming. If we need an additional curl version we probably rename the new version ...
by apeltauer
Mon Mar 02, 2020 7:11 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

ping Werner what is your opinion on building curl? I am not sure if i should rename the curl version i am build from source with winssl active. I had build curl with openssl support on, but then the ca verification failed. After digging around a found out that when building curl with only winssl ac...
by apeltauer
Mon Mar 02, 2020 5:59 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Kunda1 wrote: Mon Mar 02, 2020 5:51 pm
apeltauer wrote: Mon Mar 02, 2020 5:42 pm Update:
Should we track these changes in a ticket ?
When we are ready, we need to make a clean commit with all the changes... for now we are checking what else we need :)
by apeltauer
Mon Mar 02, 2020 5:42 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Update: After debuging with Jean-Marie, now i can send fc files to the cloud. You can find a 7z file with the compiled curl. This is a release build. I had to build curl without openssl support. Just enabled the winssl(scheme) support. Otherwise curl does not takte os specific ca certifications. htt...
by apeltauer
Sun Mar 01, 2020 3:26 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Update:
vejmarie wrote: Sun Mar 01, 2020 3:02 pm

Code: Select all

curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
If a add this line, i get a valid return code (CURLE_OK)


The url i get:

Code: Select all

chunk = Cloud::BuildHeaderAmzS3v2( strUrl.c_str(), this->TcpPort, this->AccessKey, RequestData);
strUrl.c_str() = justyour.parts
by apeltauer
Sun Mar 01, 2020 2:31 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

I have used your mentioned server....
by apeltauer
Sun Mar 01, 2020 11:46 am
Forum: Forum in Deutsch
Topic: Code Debugging
Replies: 36
Views: 4581

Re: Code Debugging

Markymark wrote: Sun Mar 01, 2020 9:11 am .....Wenn das soweit läuft würde ich das für VS-Code noch einmal sauber zusammenfassend aufschreiben.
:+1:
by apeltauer
Sun Mar 01, 2020 10:04 am
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 463779

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Have tested your script. And i get the following error when trying to save some file to the cloud CloudApp.cpp line 737 void Cloud::CloudWriter::pushCloud(const char *FileName, const char *data, long size) ..... CloudApp.cpp line 789 res = curl_easy_perform(curl); if(res != CURLE_OK) fprintf(stderr,...