Project files
-
How can i hide from user my "h" files and "cpp" files ? I have a visual c++ 6.0 project , CDialog base aplication what can i do ? :confused:
Bravoone
-
How can i hide from user my "h" files and "cpp" files ? I have a visual c++ 6.0 project , CDialog base aplication what can i do ? :confused:
Bravoone
i don't understand... who is the "user" ? a user of the application, or another developper that will have to use your code, but whom you want to hide the implementation details ?
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
How can i hide from user my "h" files and "cpp" files ? I have a visual c++ 6.0 project , CDialog base aplication what can i do ? :confused:
Bravoone
Well, that's simple: just distribute the exe and the resources and don't distribute your source code. Or maybe I misunderstood your question... :~
Cédric Moonen Software developer
Charting control [v1.1] -
i don't understand... who is the "user" ? a user of the application, or another developper that will have to use your code, but whom you want to hide the implementation details ?
Don't know where to start ?
Refer the Forums Guidelines and ask a frienda user of the application!
Bravoone
-
a user of the application!
Bravoone
so, how could a user of the application get your source files (.h and .cpp) ??? do you used to distribute them with your exes ? :confused:
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
so, how could a user of the application get your source files (.h and .cpp) ??? do you used to distribute them with your exes ? :confused:
Don't know where to start ?
Refer the Forums Guidelines and ask a friendTHIS IS MY QUESTION what can i do to hide my files from the user ?
Bravoone
-
THIS IS MY QUESTION what can i do to hide my files from the user ?
Bravoone
you don't have to !!! where would he get them from ?!?! and you didn't answer mine : do you used to distribute them with your exes ? if yes, i really don't understand why ! an exe is standalone (regarding of the source codes)
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
you don't have to !!! where would he get them from ?!?! and you didn't answer mine : do you used to distribute them with your exes ? if yes, i really don't understand why ! an exe is standalone (regarding of the source codes)
Don't know where to start ?
Refer the Forums Guidelines and ask a friendplease can you tell me more ... what files i must distribute for user ?
Bravoone
-
please can you tell me more ... what files i must distribute for user ?
Bravoone
Bravoone_2006 wrote:
what files i must distribute for user ?
:laugh::laugh::laugh: good one ! i really thought you were puzzled... good joke, really ! :rose:
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
Bravoone_2006 wrote:
what files i must distribute for user ?
:laugh::laugh::laugh: good one ! i really thought you were puzzled... good joke, really ! :rose:
Don't know where to start ?
Refer the Forums Guidelines and ask a friendok ! i glad you enjoy but this not help me !!!:(( what files? "obj","sbr","rc" ?
Bravoone
-
ok ! i glad you enjoy but this not help me !!!:(( what files? "obj","sbr","rc" ?
Bravoone
.exe !!! unless you don't build for Windows plateforms ? :confused::~ dude, what files do you double click on when you start a program ? seriously, are you on drugs ? or why are you so lost ? oh, i forgot to say ; to have the exe, you must Build the solution (in release mode, it's better for a final delivery)
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
.exe !!! unless you don't build for Windows plateforms ? :confused::~ dude, what files do you double click on when you start a program ? seriously, are you on drugs ? or why are you so lost ? oh, i forgot to say ; to have the exe, you must Build the solution (in release mode, it's better for a final delivery)
Don't know where to start ?
Refer the Forums Guidelines and ask a friendi now but not all CDialogs are displayed just the first CDialog the second the aplication will exit;
Bravoone
-
i now but not all CDialogs are displayed just the first CDialog the second the aplication will exit;
Bravoone
Dude, that's enough ! now if you have a problem, stop posting a single sentence question. write the whole problem ; explain in details what you have, what you already tried, where it issues... we're not geniuses and we cannot guess what you're doing wrong if we have no cards to play with.
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
Dude, that's enough ! now if you have a problem, stop posting a single sentence question. write the whole problem ; explain in details what you have, what you already tried, where it issues... we're not geniuses and we cannot guess what you're doing wrong if we have no cards to play with.
Don't know where to start ?
Refer the Forums Guidelines and ask a friendDude is working ...Thanks man !!!!:-D:-D:-D:cool: bravoone out! see you soon !:cool:
Bravoone
-
Dude is working ...Thanks man !!!!:-D:-D:-D:cool: bravoone out! see you soon !:cool:
Bravoone
Bravoone_2006 wrote:
Dude is working ...
what's working ?! :omg::wtf: what did you do ?
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
Bravoone_2006 wrote:
Dude is working ...
what's working ?! :omg::wtf: what did you do ?
Don't know where to start ?
Refer the Forums Guidelines and ask a friendI want some of what he's smoking :-O
-
I want some of what he's smoking :-O
buddy, be careful, it seems to be very very hard ! :~ or he turned troll ?! :confused: strange
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
Well, that's simple: just distribute the exe and the resources and don't distribute your source code. Or maybe I misunderstood your question... :~
Cédric Moonen Software developer
Charting control [v1.1]Cedric Moonen wrote:
Well, that's simple: just distribute the exe and the resources and don't distribute your source code.
But what if they somehow manage to track the .exe back to your office and rummage through your computer to find the corresponding source code? Whatcha gonna do then, Cedric? :-D
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Bravoone_2006 wrote:
Dude is working ...
what's working ?! :omg::wtf: what did you do ?
Don't know where to start ?
Refer the Forums Guidelines and ask a friendtoxcct wrote:
what did you do ?
He stopped distributing the source code files. I need to start thinking outside the box more, as that solution never occurred to me.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
toxcct wrote:
what did you do ?
He stopped distributing the source code files. I need to start thinking outside the box more, as that solution never occurred to me.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
that's funny, it's the first time i see someone delivering source codes expecting the user to compile the application before the first use :rolleyes:
DavidCrow wrote:
I need to start thinking outside the box more
Welcome to the Codeproject David... If i'm of any help :cool:
Don't know where to start ?
Refer the Forums Guidelines and ask a friend