Search found 17 matches

Search found 17 matches Page 1 of 2
by MrMichael
Sun Mar 11, 2018 7:11 pm
Forum: General coding help
Topic: Random line read
Replies: 4
Views: 4320

Here's a piece of code written in C++ which might help you. #include <iostream> #include <string> #include <fstream> #include <time.h> int main() { const std::string fileName = "path/to/file.extension"; // first, never forget to seed the number generator // if you didn't do it already sran...
by MrMichael
Sun May 20, 2012 5:31 pm
Forum: General coding help
Topic: CosmosOS Build
Replies: 4
Views: 3073

I solved it!
Thanks MrAksel...
I renew dll's and it works!
Thanks again!
by MrMichael
Sun May 20, 2012 4:07 pm
Forum: General coding help
Topic: CosmosOS Build
Replies: 4
Views: 3073

I solved 2nd problem...i should change in startup...
And the first problem isn't made by me..."Network" isn't a reference of Cosmos.System, but it must be..it have only Filesystem :|
by MrMichael
Sun May 20, 2012 1:31 pm
Forum: General coding help
Topic: CosmosOS Build
Replies: 4
Views: 3073

I have two problems when i try to build a cosmos os. First : It doesn't load Cosmos.System ... how i can load it? Screen : http://img402.imageshack.us/img402/6532/cosj.png Second : When i try to build it, after i deleted file above, it says that i can't build it :| Screen : http://img862.imageshack....
by MrMichael
Wed May 16, 2012 12:27 pm
Forum: General coding help
Topic: VS2010 required for Cosmos OS
Replies: 5
Views: 3085

CosmosUserKit, when i try to install it, it says : Visual Studio 2010 not installed!
But i have C# and VB.NET installed...
What i should do?And how i can install studio even if i have C# and VB.NET?
by MrMichael
Tue May 15, 2012 4:51 pm
Forum: General coding help
Topic: VS2010 required for Cosmos OS
Replies: 5
Views: 3085

I want to install CosmosUserKit, but it require Visual Studio...But i have installed VB.NET and C# one by one...
by MrMichael
Tue May 15, 2012 3:00 pm
Forum: General coding help
Topic: VS2010 required for Cosmos OS
Replies: 5
Views: 3085

Cosmos OS require VS2010 installed, but i installed C# without entire VS...What i can do?
by MrMichael
Mon May 07, 2012 5:43 pm
Forum: Coding Help & Support
Topic: Compile DLL with EXE
Replies: 4
Views: 1303

I know...
I made a folder in D called IlMerge, i copied my program and dll in that folder.
I opened cmd, and i entered :
cd [il merge folder]
ilmerge /target:winexe /out:Out.exe D:\IlMerge\program.exe D:\IlMerge\file.dll

And appears an error...
Anyway...i will let it .dll ...
by MrMichael
Mon May 07, 2012 5:05 pm
Forum: Coding Help & Support
Topic: Compile DLL with EXE
Replies: 4
Views: 1303

I want to include it in project, but to do not appear in debug directory.
I want to run program if it isn't there...
Now i am trying with ilmerge...
by MrMichael
Mon May 07, 2012 4:40 pm
Forum: Coding Help & Support
Topic: Compile DLL with EXE
Replies: 4
Views: 1303

How i can compile a dll with my program?
No archive or any of this things...
Only if i can include dll in my project, and when i run program, that will load dll file from inside.
Thanks.
Search found 17 matches Page 1 of 2
Go to advanced search